AConfiguration_match

Determine whether 'base' is a valid configuration for use within the environment 'requested'. Returns 0 if there are any values in 'base' that conflict with 'requested'. Returns 1 if it does not conflict.

extern (C) nothrow @nogc
int
AConfiguration_match
(
AConfiguration* base
,
AConfiguration* requested
)

Meta